home *** CD-ROM | disk | FTP | other *** search
/ Windows Game Programming for Dummies (2nd Edition) / WinGamProgFD.iso / pc / DirectX SDK / DXSDK / samples / Multimedia / DirectShow_WinXP / VideoControl / CPP / StdAfx.cpp < prev    next >
Encoding:
C/C++ Source or Header  |  2001-10-08  |  644 b   |  23 lines

  1. //------------------------------------------------------------------------------
  2. // File: stdafx.cpp
  3. //
  4. // Desc: Source file that includes just the standard includes
  5. //       stdafx.pch will be the pre-compiled header
  6. //       stdafx.obj will contain the precompiled type information
  7. //
  8. // Copyright (c) 2001 Microsoft Corporation.  All rights reserved.
  9. //------------------------------------------------------------------------------
  10.  
  11. // stdafx.cpp : 
  12.  
  13. #include "stdafx.h"
  14.  
  15. #ifdef _ATL_STATIC_REGISTRY
  16. #include <statreg.h>
  17. #include <statreg.cpp>
  18. #endif
  19.  
  20. #include <atlimpl.cpp>
  21. #include <atlctl.cpp>
  22. #include <atlwin.cpp>
  23.